Skip to content

Improve security code and add features from C++11#201

Open
GermanAizek wants to merge 1 commit intoyse:developfrom
GermanAizek:develop
Open

Improve security code and add features from C++11#201
GermanAizek wants to merge 1 commit intoyse:developfrom
GermanAizek:develop

Conversation

@GermanAizek
Copy link

@yse , @cas4ey hi
Waiting for your code review.

}

json["children"] = children;
json["children"] = std::move(children);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's stopping the move assignment from happening already? children is an xvalue, yes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants